home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 May / PCPlus May 1998=disk A.iso / full / CBUILDER / SAMS / SAMPLES / CHAP06 / SECOND.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-12  |  504 b   |  14 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "Second.h"
  6. //---------------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TSecondForm *SecondForm;
  9. //---------------------------------------------------------------------------
  10. __fastcall TSecondForm::TSecondForm(TComponent* Owner)
  11.   : TForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------